home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DDJ0992.ARJ / UNLOAD.H < prev    next >
Text File  |  1992-05-18  |  607b  |  20 lines

  1. ////////////////////////////////////////////////////////////////////////////
  2. //
  3. // UNLOAD.H        Copyright (c) 1992 by Mike Sax
  4. //
  5. // Unload is a small programmer's utility that lets you remove any program
  6. // or DLL that is stuck in memory.
  7. //
  8. ////////////////////////////////////////////////////////////////////////////
  9.  
  10. #define IDD_COMBOBOX      100
  11. #define IDD_FILENAME      101
  12. #define IDD_MODULE         102
  13. #define IDD_KIND          103
  14. #define IDD_USAGE          104
  15. #define IDD_UNLOAD          1
  16. #define IDD_REFERENCEZERO 107
  17. #define IDD_TERMINATE      108
  18. #define IDD_DESTROY       109
  19. #define IDD_MESSAGE       110
  20.